DeleteTagWithUuid
Description
call DeleteTagWithUuid to delete the label of asset binding on the asset page.
Request Method
POST
Request Path
/apsara/route/Sas/DeleteTagWithUuid
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
TagName | BODY | string | Yes | aaaa | tag name. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
UuidList | BODY | string | No | 111-xx,aa-bb | UUID list of servers. description if the UUID list is set, the cloud security center only deletes the tag on the servers involved in the UUID list. If the UuidList is empty, Security Center will completely delete the label. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 7E0618A9-D5EF-4220-9471-C42B5E92719F | the unique identifier generated by alibaba cloud for this request. |
Example
Successful Response example
{
"RequestId":"7E0618A9-D5EF-4220-9471-C42B5E92719F"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}